From 7b2e887b5277544642c2d2f9e57a1e335ba1c940 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 25 Jun 2001 02:15:50 +0000 Subject: [PATCH] Add note about child property changes. Sun Jun 24 22:15:16 2001 Owen Taylor * docs/Changes-2.0.txt: Add note about child property changes. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ docs/Changes-2.0.txt | 17 +++++++++++++++++ 8 files changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1ec7cfe029..e94c717f15 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Jun 24 22:15:16 2001 Owen Taylor + + * docs/Changes-2.0.txt: Add note about child property + changes. + Sun Jun 24 21:34:32 2001 Owen Taylor * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for diff --git a/docs/Changes-2.0.txt b/docs/Changes-2.0.txt index 56a8fe88ad..d643b27523 100644 --- a/docs/Changes-2.0.txt +++ b/docs/Changes-2.0.txt @@ -366,3 +366,20 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0: * gtk_rc_set_image_loader() and gtk_rc_load_image() has been removed, now that GTK+ includes decent image loading capabilities itself. + +* The child argument facility in gtkcontainer.c has been converted + to a child property facility using GParamSpec and other facilities + for GObject. + + - The set_child_arg and get_child_arg virtual methods have been + replaced with set_child_property / get_child_property, which + work similar to GObject->set_property/get_property. + + - Other removed functions with the replacements: + + gtk_container_add_child_arg_type => gtk_container_class_install_child_property + gtk_container_query_child_args => gtk_container_class_list_child_properties + gtk_container_child_getv => gtk_container_child_set_property + gtk_container_child_setv => gtk_container_child_get_property + gtk_container_add_with_args => gtk_container_add_with_properties + gtk_container_addv => gtk_container_add / gtk_container_child_set_property -- 2.30.2